-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add transfer modules #40
base: main
Are you sure you want to change the base?
Conversation
@@ -42,7 +43,7 @@ def main(): | |||
parser.add_option( | |||
"-c", | |||
dest="class_min", | |||
default=80, | |||
default=5, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for big borzoi, this is too low; I want to exclude all of the ChIP groups.
docs/transfer/transfer.md
Outdated
"transfer": { | ||
"mode": "adapter", | ||
"adapter": "locon", | ||
"adapter_latent": 8, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't look like the code parses this for locon.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you are correct. i removed the option to change adapter_latent in locon4, leaving it to default.
Description of your changes
add hound_transfer.py:
add transfer_helper.py:
layers.py:
blocks.py:
seqnn.py:
hound_eval.py:
hound_eval_spec.py:
trainer.py:
evaluation code:
test:
Issue ticket number and link
Type of change
(If applicable) How has this been tested?
see if trainable variables match expectation.